<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鎮诞鏍峰紡 */

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 77px;
    height: 75px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 77px;
    height: 75px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 77px;
    height: 75px;
       background-color: #e67817;
    vertical-align: middle;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    border-radius: 50%;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 75px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right, 5px, $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 200px;
    background-color: #000;
    border-radius: 0;
}

#toolbar li:hover .iconfont {
    background-color: #000 !important;
}

.icon-iconfontphone {
    background: url(../img/icon_29.jpg.png) center no-repeat;
    background-position-y: 15px;
}

.icon-msnui-qr-code {
    background: url(../img/icon_30.png) center no-repeat;
    background-position-y: 15px;
}

.icon-wenjianxiazaiicon {
    background: url(../img/icon_32.png) center no-repeat;
    background-position-y: 15px;
}

.icon-arrowup {
    background: url(../img/icon_33.png) center no-repeat;
    background-color: #e67817 !important;
}

#toolbar li:nth-child(2):hover .icon-iconfontphone {
    background: url(../img/icon_30.png) center no-repeat;
}

#toolbar li:nth-child(3):hover .icon-wenjianxiazaiicon {
    background: url(../img/icon_32.png) center no-repeat;
	  background-position-y: 15px;
}</pre></body></html>